home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Find and Run Robot / FindAndRunRobotSetup.exe / ConfigDir.ini < prev    next >
Encoding:
Text File  |  2009-05-08  |  2.4 KB  |  52 lines

  1. // NOTE: you have to *remove* the // in front of one line below to activate it
  2.  
  3. // CONFIGDIR = .
  4. // CONFIGDIR=%MYDOCUMENTS%
  5.  
  6.  
  7. // This file (ConfigDir.ini) defines the directory where all configuration
  8. //  files for the program will be stored.
  9. // There should be only 1 actual line in this file that has any meaning,
  10. //  the CONFIGDIR assignmane above.  Everything else here is just comments.
  11. //
  12. // By default it is normally set to the program directory itself, meaning
  13. //  that all configuration/ini/settings/preferences will be store here
  14. //  with this ConfigDir.ini file.  This is also best for when you want to
  15. //  put the program on a usb drive.
  16. // Sometimes it is preferable to store the configuration files in a
  17. //  different directory, like a "C:\Documents and Settings" subdirectory
  18. //  which is designed to store program configuration data, or a custom
  19. //  directory specified by a user on a separate drive.
  20. //
  21. // TIPS:
  22. // 1. You can comment out lines by prefacing them with //
  23. // 2. You can use the following replacements:
  24. //     . (actual program directory -- use this for portable usb, etc.)
  25. //     %MYDOCUMENTS% (like C:\My Documents)
  26. //     %APPDATA% (like C:\Documents and Settings\{username}\Application Data)
  27. //     %PROFILE% (like C:\Documents and Settings\{username})
  28. //     %COMMONAPPDATA% (like C:\Documents and Settings\All Users\Application Data)
  29. // 3. The specified directory will be created if it doesn't exist.
  30. // 4. If configuration files are not found in the specified directory,
  31. //     any existing configuration files in the app dir will be copied
  32. //     from the app dir to the specified directory.
  33. // 5. If you edit this file while the program is running you need to
  34. //     exit and restart the program before it will take effect.
  35. //
  36. // EXAMPLES:
  37. //    CONFIGDIR=.
  38. //    CONFIGDIR=%MYDOCUMENTS%
  39. //    CONFIGDIR=E:\MyCleverSettings\
  40. //    CONFIGDIR=%APPDATA%
  41. //
  42. // NOTE: the company and application subdirectory name will automatically be
  43. //  added to the path specified (except for %APPDIR% which includes the name
  44. //  already, i.e.:
  45. //    "E:\MyCleverSettings" -> "E:\MyCleverSettings\DonationCoder\AppName\"
  46. //
  47. // NEW:
  48. //  You can now signify that an app should run in portable mode (no files saved to anything but app dir)
  49. //  by specifying the uncommented line:
  50. //   PORTABLE=TRUE
  51. //
  52. /////////////////////////////////////////////////////////////////////////////